home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_1 / bre0904.zip / IPLOCAL.DOC < prev    next >
Text File  |  1993-01-15  |  3KB  |  83 lines

  1. If you'd like to see Inter-BBS BRE on your system, but are not a member of
  2. Fido (or another) Net, then you may wish to try this out:
  3.  
  4. BRE supports connecting 2 (or more with lots of work) games into an "Inter-BBS"
  5. Game so your players can play on both games and get daily returns from each
  6. BBS allowing your players to, in essence, play 2 empires out of a total 50.
  7.  
  8. If you'd like to do this, set up two BRE directories (examples use C:\BRE\1 and
  9. C:\BRE\2) and set up PLANDATA.BBS files like this: (see PLANDATA.SAM for
  10. details)
  11.  
  12. C:\BRE\1\PLANDATA.BBS:                       C:\BRE\2\PLANDATA.BBS:
  13. Mehul Patel                                  Mehul Patel
  14. The Solar Realm #1                           The Solar Realm #2
  15. 1/1                                          1/2
  16. C:\BRE\1\FILES                               C:\BRE\2\FILES
  17. C:\BRE\NETMAIL                               C:\BRE\NETMAIL
  18. 1                                            1
  19.  
  20. And Create a Nodelist called BRNODES.DAT in both BRE directories such as:
  21. (See NODEFORM.INF for details)
  22. -------------------------------Cut Here----------------------------------
  23. 1
  24. The Solar Realm #1
  25. 1/1
  26. Houston
  27. TX
  28. USA
  29.  
  30. 2
  31. The Solar Realm #2
  32. 1/2
  33. Houston
  34. TX
  35. USA
  36.  
  37. -----------------------------End Cut Here--------------------------------
  38.  
  39. Then, create C:\BRE\1\FILES, C:\BRE\2\FILES, and C:\BRE\NETMAIL directories
  40. as replacements for the Fidonet Mailer's directories.  BRE will create two
  41. more directories, C:\BRE\1\OUTBOUND and C:\BRE\2\OUTBOUND itself.  BRE can
  42. be run as a normal game from the BBS (have 2 games available - 1 for each
  43. "BBS").  In your BBS's daily Maintainence, add the following:
  44.  
  45. --------Cut Here-------
  46. C:
  47. CD \BRE
  48. CD 1
  49. BRE PLANETARY
  50. CD ..\2
  51. BRE PLANETARY
  52. CD ..\1
  53. COPY OUTBOUND\*.* ..\2\FILES           } Can be replaced with MOVE
  54. DEL OUTBOUND\0*.*                      } if you have it
  55. CD ..\2
  56. COPY OUTBOUND\*.* ..\1\FILES
  57. DEL OUTBOUND\0*.*
  58. CD ..
  59. DEL NETMAIL\*.MSG
  60. -------Cut Here--------
  61.  
  62. That process is equivalent to sending stuff to and receiving stuff from
  63. another BBS and processing it.  If you would like a faster game (ie, forces
  64. return the next day), run the above 3 times.  2 times will speed it up but
  65. not to instant returns.  You can determine how quickly you would like your
  66. game to go inter-game wise.
  67.  
  68.  
  69. For more than 2 BBS's, the process is a little bit different. (Up to 9 BBSs)
  70.  
  71. If you have 4DOS, do as above for the various Game setups, and add them all
  72.   to the BRNODES.DAT, but change your daily maintainence to the following:
  73.  
  74. -------Cut Here-------
  75. CDD C:\BRE
  76. FOR %B IN (1 2 3 4 5 6 7 8 9) DO (CDD C:\BRE\%B\OUTBOUND^FOR %A IN (1 2 3 4 5 6 7 8 9) DO MOVE xxxB0%B0%A.* C:\BRE\%A\FILES)
  77. CDD C:\BRE
  78. -------Cut Here-------
  79.  
  80. For this to work, all of your sub-directories MUST be named 1 2 3 4 etc.
  81.  
  82. Replace the xxx with the League number (3 digits, ie "004") of your game.
  83.